jupyter
JupyterLab is a next-generation web-based interactive development environment supporting Python, data visualization and AI application development, ideal for Jetson platforms.
1. Overview
- Interactive execution of Python/C++/CUDA code
- Markdown text and visualization support
- Multi-tab interface with terminal, text editing and graphics
- ARM64 compatible for Jetson platforms
- Remote browser access
Guide covers:
- pip-based installation
- Configuration and remote access setup
- Auto-start service setup
- Uninstallation and troubleshooting
2. System Requirements
Hardware
Component | Minimum Requirement |
---|---|
Device | Jetson Orin Nano/NX/AGX |
RAM | ≥4GB (8GB recommended) |
Storage | ≥1GB free space |
Software
- JetPack 5.x (Ubuntu 20.04/22.04 based)
- Python 3.8+
- pip/venv tools
- Optional: conda/virtualenv
3. Installing JupyterLab
Method A: pip Installation (Recommended)
sudo apt update
# Install jupyterlab
pip install --upgrade pip
pip install jupyterlab
# Verify installation
jupyter-lab --version # Should show version number
✅ pip installation is most flexible and compatible with Jetson systems.
4. Launching and Access
Start JupyterLab
jupyter-lab --ip=0.0.0.0 --port=8888 --no-browser
Default output includes access link with token.
Browser Access:
http://<Jetson-IP>:8888/lab